This chapter describes how to run the as assembler, which produces an object file from one or more files of assembly language source code.
Although a.out is the default file name that as gives to the object file that's created (as is conventional with many compilers), the format of the object file is not standard 4.4BSD a.out format. Object files produced by the assembler are in Mach-O (Mach object) file format.